From: Michael Albinus Date: Sun, 5 Jul 2009 08:32:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11652 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d04f318dc076d4bc4c61f1cbd81b817ca1e5c29e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22213d39b74..18f3ab2d094 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-07-05 Michael Albinus + + * dired-aux.el (dired-show-file-type): Handle remote files. + 2009-03-22 Jari Aalto * desktop.el (desktop-globals-to-save): Add @@ -146,11 +150,17 @@ (tramp-default-file-modes) Remove execute permissions. * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method. + (top): Add a default for "synce" in `tramp-default-user-alist'. + Add completion function for "synce" method. + (tramp-hal-service, tramp-hal-path-manager) + (tramp-hal-interface-manager, tramp-hal-interface-device): New + defconst. (tramp-gvfs-connection-mounted-p): Handle empty user name for synce. (tramp-synce-list-devices, tramp-synce-parse-device-names): New defuns. - (top): Add completion function for "synce" method. + + * net/trampver.el: Update release number. 2009-06-30 Kenichi Handa